home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000403_news@columbia.edu_Wed Jul 19 15:45:13 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA24284
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 20 Jul 1995 13:38:20 -0400
  3. Received: by apakabar.cc.columbia.edu id AA01067
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 20 Jul 1995 13:38:19 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: MS-KERMIT 3.14 Multiple TCP/IP sessions
  9. Message-Id: <1995Jul19.214513.56615@cc.usu.edu>
  10. Date: 19 Jul 95 21:45:13 MDT
  11. References: <3uhp19$ihj@zippy.radian.com>
  12. Organization: Utah State University
  13. Lines: 14
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3uhp19$ihj@zippy.radian.com>, Tim_Helmstetter@radian.com writes:
  17. > I am running MS-DOS KERMIT 3.14 with the latest patch that fixed my problem with multiple
  18. > TCP/IP sessions disconnecting (Thank-you!) Now, however, if a session has a bell sent to it,
  19. > the bell codes will queue up until the session becomes current. You then have to minutes,
  20. > all the while the bell is chirping, before the queue is cleared. I could turn the bell off
  21. > but then I would sit idle while the codes clear, but my users will think they are hung.
  22. > I am connecting to a Unisys U6000 running SRV4. Has anyone else experienced this?
  23. ------------
  24.     That's a normal artifact of running multiple sessions and letting
  25. some block. Bytes aren't lost, thank goodness. And there isn't a practical
  26. way of keeping all sessions active because terminal emulation is required
  27. of each (and some commands generate feedback too). You can revert to visual
  28. bells (SET BELL VISUAL) and watch the local lightning storm on your monitor.
  29.     Joe D.